home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / conv / gfx2grob.lha / gfx2grob / src / GetOpts.h < prev    next >
C/C++ Source or Header  |  1994-11-20  |  133b  |  9 lines

  1. #ifndef GETOPTS_H
  2. #define GETOPTS_H
  3.  
  4.  
  5. extern void GetOptions(int ArgC, char *ArgV[], OptionsType *Options);
  6.  
  7.  
  8. #endif /* GETOPTS_H */
  9.